<!--

body,
html {
	height: 100%;
	width: 100%;
}

a:link {
  text-decoration: none;
}

.main-container {
	min-height: 100vh;
	position: relative;
}

.arrow {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  margin-bottom: 6px;
  bottom: -8px;
  right: 10px;
  transition: all .3s;
}

.arrow-up {
  bottom: -2px;
  transform: rotateX(180deg);
}

.centre {
  text-align: center;
}

.centreN {
	display: inline-block;
	text-align: center;
	width: 80%;
	margin-top: -20px;
	margin-bottom: 12px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.comp {
  width: 80%;
}

.comp_m {
  width: 100%;
}

.compN {
  width: 80%;
}

.comp_m1 {
	width: 100%;
	padding-left: 8px;
}

p.comp {
  color: #ffffb3;
  font-size: 17px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.4;
  text-shadow: 2px 2px 2px black;
  border-radius: 40px 40px 150px 150px;
  width: 97%;
  margin: auto;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.comp_left {
	position: relative;
	left: -8px;
}

.comp_right {
	position: relative;
	left: 8px;
}

.countdown {
	text-align: center;
	font-family: Nunito, sans-serif;
	margin-top: 0;
	font-size: 20px;
}

.date_left {
	position: relative;
	left: -16px;
}

.date_left2 {
	position: relative;
	left: -10px;
}
.date_right {
	position: relative;
	left: 16px;
}

.flex-container1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: white;
  max-width: 1440px;
  margin: auto;
}

.flex-container1 > div {
  background-color: white;
  width: 100px;
  margin: 5px;
  font-family: 'Roboto', serif;
}

.flex-container2 {
  display: flex;
  flex-grow: 1.5;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-container2 > div {
  background-color: white;
  padding: 5px;
}

.flex-container3 {
	  display: flex;
}

.footer {
	background-color: #3d5c5c;
	border-radius: 35px 35px 15px 15px;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-shadow: none;
	line-height: 1;
	position: relative;
	height: 42px;
	color: white;
	width: 97%;
}

.gates {
	padding-left: 20px;
	background-image: url('../images/Shankly Gates_5.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.gates1 {
	padding-left: 150px;
	background-image: url('../images/Shankly Gates_50.webp');
	background-repeat: no-repeat;
	background-position: 3px 28%;
	background-size: 97%;
	display: block;
	position: relative;
}

.gatesm {
	padding-left: 10px;
	background-image: url('../images/Shankly Gates_8.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	background-position: center;
}

h4 {
	color: #003366;
	font-family: Nunito, sans-serif;
	font-style: italic;
}
	
.hamburger {
  font-size: 20px;

  display: inline-block;

  width: 1em;
  height: 1em;
  padding: 0;

  cursor: pointer;
  transition: transform .3s ease-in-out;
  vertical-align: middle;

  border: 0 none;
  background: transparent;
}

/**
 * Button height fix for Firefox
 */
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/**
 * Focus fix for Chrome
 */
.hamburger:focus {
  outline: 0;
}

.hamburger:before,
.hamburger:after {
  content: "";
}

.hamburger:before,
.hamburger .icon,
.hamburger:after {
  display: block;

  width: 100%;
  height: .2em;
  margin: 0 0 .2em;

  transition: transform .3s ease-in-out;

  border-radius: .05em;
  background: #ffffff;
}

/**
 * Styles for the active `.hamburger` icon
 */
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
  background: #ffffff;
}

/**
 * CLOSE/CANCEL/CROSS
 */
.hamburger-cancel.active .icon {
  transform: scale(0);
}

.hamburger-cancel.active:before {
  transform: translateY(.4em) rotate(135deg);
}

.hamburger-cancel.active:after {
  transform: translateY(-.4em) rotate(-135deg);
}

.w3-hover-theme:hover {
	color:#fff !important;
	background-color:#a6001a !important
}

.honours {
	flex-grow: 1.6;
	padding-top: 6px;
	padding-left: 4px;
	text-align: center;
	background-image: url(../images/liverbird11.webp);
	background-size: 100%;
}

.intro {
	background-image: linear-gradient(rgba(255,255,145,1), rgba(255,255,145,0));
	font-family: Nunito, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: black;
}

.kickoff {
	font-size: 20px;
	font-family: Nunito, sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	top: 15px;
}

@media screen and (min-width: 601px) and (max-width: 992px){
	.kickoff {
		position: relative;
		left: -20px;
	}
}

.koL {
	position: relative;
	left: -20px;
}

@media screen and (min-width: 601px) and (max-width: 992px){
	.koL {
		position: relative;
		left: -40px;
	}
}

.first-ul li{
  padding: 0;
}

.kop1 {
	width: 100%;
	padding-left: 8px;
	padding-right: 10px;
}

.kop2 {
	border-radius: 6px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-style: normal;
	text-decoration:none;
	text-align: center;
	text-shadow: 2px 2px 3px #330000;
	line-height: 1.4;
	position: relative;
	color: white;
	width: 170px;
	left: -80px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	background: linear-gradient(to bottom, #330033 0%,#330033 60%,#660066 60%,#660066 100%);
}

.kop3 {
	display: inline-block;
	border-radius: 8px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: normal;
	padding-top: 1px;
	width: 50px;
	text-align: center;
	color: white;
	background: linear-gradient(to bottom, #330033 0%,#330033 60%,#660066 60%,#660066 100%);
	position: relative;
}

@media screen and (max-width: 600px) {
.kop3 {
	font-size: 15px;
	width: 45px;
	}
}

.latest {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
}

.latest_sp_LM {
	margin-bottom: -10px;
}

.latest_sp_NU {
	margin-bottom: -12px;
}

.latest_full {
	width: 45%;
	top: 8px;
	right: 0;
	text-align: center;
	position: absolute;
	animation-duration: 2s;
}

@media screen and (max-width: 600px) {
	.latest_full {
		width: 50%;
	}
}

.latest_comp {
	top: 18px;
	right: 0;
	text-align: center;
	position: absolute;
	width: 66%;
}

.lfc_side_menu_hide {
	height: 0;
}

.lfc_side_menu {
  height: auto !important;
  width: 217px;
  position: absolute;
  left: -225px;
  background-color: #a6001a;
  font-family: 'Roboto';
  z-index: 1;
  padding-bottom: 10px;
  opacity: 0;
}

.lfc_side_menu_trans {
  transition: .8s;
}

.lfc_side_menu a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 15px;
  text-align: left;
  color: #ffffff;
  display: block;
  transition: .3s;
}

.lfc_side_menu_bar {
	left: 0;
	opacity: 1;
}

.lfc_drop {
	display: inline-block;
	position: relative;
	text-align: left;
	color: white;
	background-color: #a6001a;
	width: 217px;
	cursor: default;
}

.lfc_drop_colour {
	background-color: w3-teal !important;
}

.LFC {
	border-radius: 8px;
	display: inline-block;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-style: normal;
	letter-spacing: 0.4px;
	padding: 1px 7px 1px 7px;
	text-decoration:none;
	text-align: center;
	text-shadow: 2px 2px 3px #330000;
	line-height: 1.4;

  box-shadow:2px 2px 3px #330000;
  background-color: #cc0000;
  border: 2px solid #ffcc00;
  color: WHITE;
}

.opp {
	border-radius: 8px;
	text-indent: 0;
	display: inline-block;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-style: normal;
	padding: 1px 7px 1px 7px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px #4d4d4d;
	line-height: 1.4;
	box-shadow: 2px 2px 3px #4d4d4d;
}

.opp:active {
	position: relative;
	top: 3px;
}

.oppN {
	border-radius: 8px;
	text-indent: 0;
	display: inline-block;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-style: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px #4d4d4d;
	line-height: 1.4;
	box-shadow: 2px 2px 3px #4d4d4d;
}

.oppN:active {
	position: relative;
	top: 3px;
}

.nowthen1 {
	display: inline-block;
	text-align: center;
}

.nowthen {
	border-radius: 6px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-style: normal;
	text-decoration:none;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	line-height: 1.4;
	padding-bottom: 1px;
	position: relative;
	color: #ffffb3;
}

@media screen and (max-width: 992px) {
	.nowthen {
		font-family: Roboto Condensed, sans-serif;
	}
}

.nt_s_now {
	color: #00344d;
	padding-top: 2px;
	text-shadow: none;
	border: 1px solid #00344d;
}

.nt_s_then {
	color: #00344d;
	padding-top: 2px;
	text-shadow: none;
	border: 1px solid #00344d;
	background-color: #e6e6e6;
}

.nt_comp_w {
	width: 241px;
}

.nt_comp_w_mob {
 	padding-left: 12px;
	padding-right: 12px;
}

.nt_no_w {
	width: 55px;
}

.nt_no_w_mob1 {
	width: 110px;
}

.nt_no_w_mob2 {
	width: 80px;
}

.now_style {
	color: white;
	padding-top: 3px;
	padding-bottom: 2px;
}

.pld {
	background: linear-gradient(to bottom, #001a00 0%, #001a00 60%, #004d00 60%, #004d00 100%);
}

.wdl {
	background: linear-gradient(to bottom, #331f00 0%, #331f00 60%, #663d00 60%, #663d00 100%);
}

.gd {
	background: linear-gradient(to bottom, #330033 0%, #330033 60%, #660066 60%, #660066 100%);
}

.pts {
	background: linear-gradient(to bottom, #000033 0%, #000033 60%, #000080 60%, #000080 100%);
}

.pos {
	background: linear-gradient(to bottom, #330000 0%, #330000 60%, #800000 60%, #800000 100%);
}

.now_w {
  width: 70px;
}

.now_w_mobdiv {
	width: 95%;
}

@media screen and (max-width: 600px) {
	.now_w_mobdiv {
		width: 100%;
	}
}

.now_w_mob1 {
  width: 40%;
}

.now_w_mob2 {
  width: 25%;
}

@media screen and (max-width: 600px) {
	.now_w_mob2 {
		width: 30%;
	}
}

.nt_break1 {
	height: 12px;
}

.nt_break2 {
	height: 5px;
}

.nt_sp1 {
	display: block;
	margin: 10px 0;
}

.nt_sp2 {
	display: block;
	margin: 5px 0;
}

.nt_sp3 {
	display: block;
	margin: 18px 0;
}

.quote1a {
	font-size: 24px;
	font-family: Caveat;
	line-height: 1.4;
}

.quote1b {
	font-size: 15px;
	font-family: Roboto;
	line-height: 1.7;
	text-align: right;
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.quote2a {
	font-size: 24px;
	font-family: Caveat;
	line-height: 1.2;
}

.quote2b {
	font-size: 15px;
	font-family: Roboto;
	line-height: 1.7;
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
}

.quote2c {
	font-size: 15px;
	font-family: Roboto;
	line-height: 1.4;
	text-align: right;
	display: block;
	position: absolute;
	bottom: 0;
	right: -28px;
}

.quote2d {
	font-size: 15px;
	font-family: Roboto;
	line-height: 1.4;
	text-align: right;
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
}

.quote3b {
	font-size: 15px;
	font-family: Roboto;
	line-height: 1.5;
	text-align: right;
	display: block;
	padding-right: 10px;
}

.quote3bKG {
	font-size: 14px;
}

.score {
	border-radius: 6px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 21px;
	font-style: normal;
	padding: 2px 8px 1px 8px;
	text-decoration:none;
	text-align:center;
	text-shadow: 2px 2px 3px #330000;
	line-height: 1.4;
	position: relative;
	top: 1px;

  background: linear-gradient(to bottom, #000000 0%, #000000 60%, #404040 40%, #404040 100%);
  border: 2px solid #669999;
  color: yellow;
}

.score_m {
	border-radius: 6px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 21px;
	font-style: normal;
	padding: 2px 8px 1px 8px;
	text-decoration:none;
	text-align:center;
	text-shadow: 2px 2px 3px #330000;
	line-height: 1.4;

  background: linear-gradient(to bottom, #000000 0%, #000000 60%, #404040 40%, #404040 100%);
  border: 2px solid #669999;
  color: yellow;
}

.scorersl {
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: black;
	position: relative;
	right: 7px;
}

.scorersr {
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: black;
	position: relative;
	left: 7px;
}

.scorersM {
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: black;
	position: relative;
	left: 7px;
	top: -5px;
}

.stats_btn {
	border-radius: 8px;
	text-indent: -3px;
	display:inline-block;
	color:#ffffff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: 0.2px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration:none;
	text-align:center;
	text-shadow:3px 3px 3px #030000;
	line-height: 1.4;
	position: relative;
	
	box-shadow:3px 3px 6px #1F497D, inset 0 -16px 5px 0 #0019a6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b9d2f1), color-stop(1, #1F497D) );
	background:-moz-linear-gradient( center top, #b9d2f1 5%, #1F497D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d2f1', endColorstr='#1F497D');
	background-color:#b9d2f1;
	border:3px solid #1d239e;
}

.stats_btn:active {
	position: relative;
	top: 3px;
}

@media screen and (max-width: 600px) {
	.stats_btn {
		font-size: 14px;
		margin-top: 3px;
		}
}

.team_l {
  text-align: right;
  width: 40%;
  position: relative;
  right: -10px;
}

.team_r {
  text-align: left;
  width: 40%;
  position: relative;
  left: -10px;
}

.team_lN {
  text-align: right;
  width: 200px;
  position: relative;
  right: 0;
}

.title {
	display: inline-block;
	margin: 0 auto;
	border-radius: 15px;
	text-indent: -2px;
	letter-spacing: 0.2px;
	line-height: 2.0;
	color: white;
 	padding-left: 12px;
	padding-right: 12px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 3px 3px 3px #030000;
	transform: rotate(356deg);

	box-shadow: 6px 8px 10px #2e3d2e, inset -10px -23px 15px 5px #004d00;
	border:1px solid #ffff00;
}

.t_med {
	margin-top: 0.4em;
	margin-left: 0.6em;
}

@media only screen and (max-width: 600px) {
	.t_left {
		margin-top: -18px;
		margin-left: 5px;
	}
}

.title_trophy {
	display: inline-block;
	margin: 0 auto;
	border-radius: 15px;
	text-indent: 0;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: white;
 	padding: 5px 12px 5px 12px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 3px 3px #030000;
	transform: rotate(356deg);

	box-shadow: 6px 8px 10px #2e3d2e, inset -10px -39px 15px 5px #004d00;
	border:1px solid #ffff00;
}

p.top {
	border-top: double;
	background-color: #1078E1;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}

.trophy1 {font-size: 17px; font-weight: bold; font-family: Nunito, sans-serif; line-height: 1.2}

.trophy2 {font-size: 24px; font-weight: bold; font-family: 'Engagement', cursive; color:#000080; line-height: 1.3}

.trophy3 {font-size: 16px; font-family: roboto; word-spacing: 12px; line-height: 1.3}

.trophy3a {font-size: 16px; font-family: roboto; word-spacing: 7px; line-height: 1.3}

.trophy4 {font-size: 14px; font-family: roboto; display: block; line-height: 1.3}

.trophy5 {width: 100px; margin: 0 auto; background: rgba(255, 204, 0, 0.2); border-radius: 10px; border: 2px solid #000080; padding: 5px; line-height: 1.3}


.chartBarsWrap {
  padding-left: 420px;
  margin: 0;
  overflow-x: hidden;
}

.chartBars {
  position: relative;
  max-width: 700px;
  height: 300px;
  margin: 0 auto 10px;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: normal;
  outline: 2px solid transparent;
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  box-shadow: 2px 2px 7px #222;
}
.chartBars .bars li .bar:after {
  content: '%';
  font-size: 22px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li k {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #eee;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 160px;
}

.chartBarsWrap.chartBarsHorizontal .bars k {
  color: #990000;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 12px;
  left: -102%;
  text-align: right;
}

.chartBarsWrap.chartBarsHorizontal .bars l {
  color: #0b0080;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 12px;
  left: -102%;
  text-align: right;
}

.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100%;
  text-align: right;
  font-size: 1.2em;
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
  border-bottom-right-radius: 10px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em;
  margin-right: 10px;
}
.bars li .bar.greenBarFlat {
  background: radial-gradient(#99cb32, #6B8E23);
}
.bars li .bar.blueBarFlat {
  background: radial-gradient(#a2ccf6, #4499EE);
}
.bars li .bar.orangeBarFlat {
  background: radial-gradient(#ffd280, #FFA500);
}
.bars li .bar.purpleBarFlat {
  background: radial-gradient(#ab92d3, #6e46af);
}
.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em;
  }
}

@media screen and (max-width: 600px) {
	.chartBarsWrap.chartBarsHorizontal {
	padding-left: 130px;
	}
}

@media screen and (max-width: 600px) {
	.chartBarsWrap.chartBarsHorizontal .bars k {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.chartBarsWrap.chartBarsHorizontal .bars l {
		font-size: 12px;
	}
}
